projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b73b2
)
(Flist_buffers): Always return a value.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Nov 1993 17:48:44 +0000
(17:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Nov 1993 17:48:44 +0000
(17:48 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index d4300e3b5ed20f6fb2952689b73cc3b9203be421..d0e1f9a33474c3784c2eece2b1512e9fa43f39a5 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1141,9
+1141,9
@@
The R column contains a % for buffers that are read-only.")
{
Lisp_Object desired_point;
- desired_point
=
- internal_with_output_to_temp_buffer ("*Buffer List*",
- list_buffers_1, files);
+ desired_point
+
=
internal_with_output_to_temp_buffer ("*Buffer List*",
+
list_buffers_1, files);
if (NUMBERP (desired_point))
{
@@
-1153,6
+1153,7
@@
The R column contains a % for buffers that are read-only.")
SET_PT (XINT (desired_point));
return unbind_to (count, Qnil);
}
+ return Qnil;
}
DEFUN ("kill-all-local-variables", Fkill_all_local_variables, Skill_all_local_variables,